Fix whitespace

Andrew Cantino 8 years ago
parent
commit
e4e2782ebe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/views/scenarios/index.html.erb

+ 2 - 2
app/views/scenarios/index.html.erb

@@ -21,10 +21,10 @@
21 21
         <% @scenarios.each do |scenario| %>
22 22
           <tr>
23 23
             <td>
24
-              <% if scenario.icon.blank? || scenario.icon.nil? %>
24
+              <% if scenario.icon.blank? %>
25 25
                 <%= scenario_label(scenario, icon('gear'))%>
26 26
               <% else %>
27
-                 <%= scenario_label(scenario, icon(scenario.icon))%>
27
+                <%= scenario_label(scenario, icon(scenario.icon))%>
28 28
               <% end %>
29 29
               <%= link_to(scenario.name, scenario) %>
30 30
             </td>